home *** CD-ROM | disk | FTP | other *** search
- //========================================================================================
- //
- // Exploder description for 'FWSv' (ODF "Save As..." info) resources
- //
- // Author: Steve Crutchfield
- //
- // Copyright: (c) 1996 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- //----------------------------------------------------------------------------
- // FW_RStringData is a utility definition corresponding to the
- // "String" statement in the VDL.
- //----------------------------------------------------------------------------
-
- Define(FW_RStringData)
- {
- // Use of List is a workaround; see comment in FW_RFont, above.
-
- List(fString, String, 1)
- {
- Word(fScriptCode);
- Word(fLanguageCode);
- String(fString, LengthWord);
- }
- }
-
- Define(FW_RStyledText)
- {
- Call(FW_RFont);
- Call(FW_RStringData);
- }
-
- //----------------------------------------------------------------------------
- // Main definition begins here.
- //----------------------------------------------------------------------------
-
- List(fPrompt, String, 1)
- {
- Call(FW_RStringData);
- }
-
- List(fKinds, String, OneBasedCount(16))
- {
- Call(FW_RStringData);
- }
-